Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Updates the requirements on pytorch-lightning to permit the latest version.

Release notes

Sourced from pytorch-lightning's releases.

2.0.1 patch release

App

No changes


Fabric

Changed

  • Generalized Optimizer validation to accommodate both FSDP 1.x and 2.x (#16733)

PyTorch

Changed

  • Pickling the LightningModule no longer pickles the Trainer (#17133)
  • Generalized Optimizer validation to accommodate both FSDP 1.x and 2.x (#16733)
  • Disable torch.inference_mode with torch.compile in PyTorch 2.0 (#17215)

Fixed

  • Fixed issue where pickling the module instance would fail with a DataLoader error (#17130)
  • Fixed WandbLogger not showing "best" aliases for model checkpoints when ModelCheckpoint(save_top_k>0) is used (#17121)
  • Fixed the availability check for rich that prevented Lightning to be imported in Google Colab (#17156)
  • Fixed parsing the precision config for inference in DeepSpeedStrategy (#16973)
  • Fixed issue where torch.compile would fail when logging to WandB (#17216)

Contributors

@​Borda @​williamFalcon @​lightningforever @​adamjstewart @​carmocca @​tshu-w @​saryazdi @​parambharat @​awaelchli @​colehawkins @​woqidaideshi @​md-121 @​yhl48 @​gkroiz @​idc9 @​speediedan

If we forgot someone due to not matching commit email with GitHub account, let us know :]

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

📚 Documentation preview 📚: https://pytorch-tabular--181.org.readthedocs.build/en/181/

> **Note**

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [pytorch-lightning](https://github.com/Lightning-AI/lightning) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@1.8.0rc0...2.0.1)

---
updated-dependencies:
- dependency-name: pytorch-lightning
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2023
@dependabot dependabot bot requested a review from manujosephv April 1, 2023 11:58
Copy link
Collaborator

@Borda Borda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's try this pinning @manujosephv 🐰

manujosephv and others added 2 commits May 6, 2023 06:42
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
@manujosephv
Copy link
Collaborator

@Borda Does the new version not have lightning_lite?

I'm using a function here from lightning_lite.utilities.cloud_io import get_filesystem for some loading and saving purposes and that is causing the error.

@Borda
Copy link
Collaborator

Borda commented May 6, 2023

Does the new version not have lightning_lite?

Since 1.9 it is named lightning_fabric

@manujosephv
Copy link
Collaborator

@Borda Some of the test case are still failing at the import lightning_fabric

manujosephv and others added 2 commits May 10, 2023 19:41
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
@manujosephv
Copy link
Collaborator

@Borda Still failing. And its only on Ubunutu 20.04. Can't see the detailed logs for some reason. But previous fails were because of the new import. Can it be possible that in Ubuntu 20.04, 1.9 is not getting installed?

@Borda Borda mentioned this pull request May 29, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot-pip-pytorch-lightning-eq-2.0.star branch May 31, 2023 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants